home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / planner / paramutils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  379 b   |  6 lines

  1. /*$Header: /private/postgres/src/lib/H/planner/RCS/paramutils.h,v 1.2 1989/12/06 12:13:40 ong Version_2 $ */
  2. extern LispValue find_parameters ARGS((LispValue plan));
  3. extern LispValue find_all_parameters ARGS((LispValue tree));
  4. extern LispValue substitute_parameters ARGS((LispValue plan, int params));
  5. extern LispValue assoc_params ARGS((LispValue plan, LispValue param_alist));
  6.